Conversation
|
Current unable to compile on GitHub Actions... |
|
This would introduce a dependency on Python. One of the reasons I converted merges/vocab into an .hpp file in advance was precisely to avoid bringing in extra dependencies. |
|
Python is not necessary when compile using C++23, they are only used to re-create those hpps for compilers not support #embed yet (as as fallback), and GitHub Actions have Python installed. |
Only tested on LLVM-MinGW
13af3e1 to
474ba43
Compare
474ba43 to
0fd5bb5
Compare
|
It can compile now, however no speedup at all, only a Python polyfill convert #embed to .h at runtime, some tweak on compiler options may be required. |
Also easier to edit and keep git log small
Only tested on LLVM-MinGW
Require some refactor to action script
(cherry picked from commit be84a3d)